From: Adrian Robert Date: Fri, 16 Oct 2009 03:09:02 +0000 (+0000) Subject: (EmacsView-conversationIdentifier): Arg is long. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~6588 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ca515f00ea69d44445db65492ab1d0b56694b384;p=emacs.git (EmacsView-conversationIdentifier): Arg is long. --- diff --git a/src/nsterm.m b/src/nsterm.m index 90d3b42df80..bc17f572a97 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -4667,9 +4667,9 @@ extern void update_window_cursor (struct window *w, int on); } -- (NSInteger)conversationIdentifier +- (long)conversationIdentifier { - return (NSInteger)self; + return (long)self; }